The xm dmesg command wasn't taking the -c/--clear options because of
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 31 May 2006 06:48:54 +0000 (07:48 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 31 May 2006 06:48:54 +0000 (07:48 +0100)
commitaffc898c83ddf7ebfe0222dcde22a74be812148f
tree6b4d4d266b74c5bc52cb9f7481108a46c5d4e668
parent652b6e9492e41b42f2d3a81d7fd7fa92307a55cb
The xm dmesg command wasn't taking the -c/--clear options because of
incorrect values to arg_check(). Patch simply allows for the possible
option with arg_check().

Signed-off-by: Daniel Stekloff <dsteklof@us.ibm.com>
tools/python/xen/xm/main.py